home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 01q.dir / 00012.ls < prev    next >
Encoding:
Text File  |  1999-04-04  |  235 b   |  15 lines

  1. on enterFrame
  2.   global gCursorReady, gMagCursor
  3.   gCursorReady = 1
  4.   gMagCursor = "magCursor"
  5. end
  6.  
  7. on exitFrame
  8.   global qtChan
  9.   if not (the movieRate of sprite qtChan = 0) then
  10.     go(the frame)
  11.   else
  12.     go(the frame)
  13.   end if
  14. end
  15.